home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1997 April / macformat-049.iso / mac / Demos / Print Artist Demo / PA12-Mac.Dxr / 00058.ls < prev    next >
Encoding:
Text File  |  1996-10-03  |  443 b   |  18 lines

  1. on exitFrame
  2.   global loadNext, mainPageWait
  3.   startTimer()
  4.   unLoadCast()
  5.   puppetSound(0)
  6.   if ramNeeded(label("grfx-comp"), label("PAslam") + 8) < (the freeBlock - 1000) then
  7.     preLoad(label("grfx-comp"), label("PAslam") + 8)
  8.     set loadNext to 0
  9.   else
  10.     preLoad(label("grfx-comp"), label("grfx-comp") + 20)
  11.     set loadNext to 1
  12.   end if
  13.   if the timer < mainPageWait then
  14.     wait(mainPageWait - the timer)
  15.   end if
  16.   go(#next)
  17. end
  18.